Error installing activeperl

Error installing activeperl

am 31.01.2007 23:05:49 von cathy wang

--===============0621962392==
Content-Type: multipart/alternative; boundary="0-615754855-1170281149=:80454"
Content-Transfer-Encoding: 7bit

--0-615754855-1170281149=:80454
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

I downloaded activeperl and configure iis for cgi setting.

However, when I tried to run perl.exe, I always got the error:

C:\program files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe=
is not a valid win32 applicaton.

I also try to run perl script: perl -c myscript.pl

I got 'perl' is not recognized as an internal or external command, operab=
le programor batch file.

What am I missing here?

Thanks
=20
---------------------------------
Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get started!
--0-615754855-1170281149=:80454
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

I downloaded activeperl and configure iis for cgi setting.

However=
, when I tried to run perl.exe, I always got the error:

C:\program=
files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a =
valid win32 applicaton.

I also try to run perl script: perl -c mys=
cript.pl

I got 'perl' is not recognized as an internal or external=
command, operable programor batch file.

What am I missing here? R>
Thanks




Never Miss an Email
Stay connected with Yahoo! Mail on yo=
ur mobile. ahoo.com/services?promote=3Dmail">Get started!
--0-615754855-1170281149=:80454--

--===============0621962392==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0621962392==--

Re: Error installing activeperl

am 31.01.2007 23:16:08 von Bill Luebkert

cathy wang wrote:
> I downloaded activeperl and configure iis for cgi setting.
>
> However, when I tried to run perl.exe, I always got the error:
>
> C:\program
> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
> valid win32 applicaton.
>
> I also try to run perl script: perl -c myscript.pl
>
> I got 'perl' is not recognized as an internal or external command,
> operable programor batch file.
>
> What am I missing here?

Is that the default path to Perl these days ? I'd uninstall it and
install it at c:\perl to make things easier. Then you need to make
sure that c:\perl\bin is in your PATH env vrbl (type 'set' in cmd
shell to verify). If not, you can either add it or use the full
path to perl to run a script eg: c:\perl\bin\perl -c myscript.pl
Obviously with the path that you currently have it'll take a lot of
typing if it's not on your path.

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Error installing activeperl

am 31.01.2007 23:28:23 von Jan Dubois

On Wed, 31 Jan 2007 14:16:08 -0800, Bill Luebkert
wrote:

>cathy wang wrote:
>> I downloaded activeperl and configure iis for cgi setting.
>>
>> However, when I tried to run perl.exe, I always got the error:
>>
>> C:\program
>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
>> valid win32 applicaton.

I notice a missing 'l' in '...\per\bin\...'

>> I also try to run perl script: perl -c myscript.pl
>>
>> I got 'perl' is not recognized as an internal or external command,
>> operable programor batch file.
>>
>> What am I missing here?
>
>Is that the default path to Perl these days ? I'd uninstall it and
>install it at c:\perl to make things easier. Then you need to make
>sure that c:\perl\bin is in your PATH env vrbl (type 'set' in cmd
>shell to verify). If not, you can either add it or use the full
>path to perl to run a script eg: c:\perl\bin\perl -c myscript.pl
>Obviously with the path that you currently have it'll take a lot of
>typing if it's not on your path.

No, this is *not* the default path. The default is still

%SystemDrive%\Perl

The installer will add Perl\site\bin and Perl\bin to the PATH
automatically (unless you uncheck the option in the installer), but the
new setting will not change existing cmd.exe Windows. I noticed that at
least on some systems I need to explicitly go to the computer properties
and refresh the environment settings because somehow MSI doesn't seem to
notify the Explorer correctly.

Anyways, for IIS to recognize the new environment settings you need to
restart IIS. To be completely safe it may be easiest to reboot the
machine.

Cheers,
-Jan
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Error installing activeperl

am 01.02.2007 07:05:38 von ken1

>>> C:\program
>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
>>> valid win32 applicaton.

x64?

ken1

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Error installing activeperl

am 01.02.2007 19:44:06 von Jan Dubois

On Thu, 1 Feb 2007 07:05:38 +0100, Kenneth Ölwing
wrote:

>>>> C:\program
>>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is not a
>>>> valid win32 applicaton.
>
>x64?

That indicates an ActivePerl build for 64 bit Windows. The MSI for that
version does not install on a 32 bit version Windows, even when you are
running on an x64 processor, but I guess the ZIP file installer doesn't
have that safeguard.

However, if you try to run a 64 bit app on 32 bit Windows, then you'll
get a popup saying something like:

C:\Perl64\bin\perl.exe is not a valid Win32 application.

The error in the first message of this thread comes from cmd.exe and is
displayed when the command cannot be found via the PATH.

Cheers,
-Jan

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Error installing activeperl

am 01.02.2007 20:48:05 von cathy wang

--===============0470570710==
Content-Type: multipart/alternative; boundary="0-514077942-1170359285=:38770"
Content-Transfer-Encoding: 7bit

--0-514077942-1170359285=:38770
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Yes, You are right.
I fould some reasons caused. When I finished download activeperl, click=
ing run. I got message:
=20
Internet Explorer - Security Warning
The publisher could not be verified. Are you sure you want to run this =
software?
Name: ActivePerl-5.8.8.820-MSWin32-x64-274739.msi
Pulisher: Unkown Publisher
However, I click run, then I got another message:
Windows Installer
This installation package is not supported by this processor type. Con=
tact your product vendor.
=20
=20
So, which package should I download for my window?
=20
=20
Thanks
=20

Jan Dubois wrote:
On Thu, 1 Feb 2007 07:05:38 +0100, Kenneth Ölwing=20
wrote:

>>>> C:\program
>>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e xe is no=
t a
>>>> valid win32 applicaton.
>
>x64?

That indicates an ActivePerl build for 64 bit Windows. The MSI for that
version does not install on a 32 bit version Windows, even when you are
running on an x64 processor, but I guess the ZIP file installer doesn't
have that safeguard.

However, if you try to run a 64 bit app on 32 bit Windows, then you'll
get a popup saying something like:

C:\Perl64\bin\perl.exe is not a valid Win32 application.

The error in the first message of this thread comes from cmd.exe and is
displayed when the command cannot be found via the PATH.

Cheers,
-Jan

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


=20
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.
--0-514077942-1170359285=:38770
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Yes,  You are right.
I fould some reasons caused. W=
hen I finished download activeperl, clicking run. I got message:
<=
div>
Internet Explorer - Security Warning
The publisher co=
uld not be verified. Are you sure you want to run this software?
<=
div>Name: ActivePerl-5.8.8.820-MSWin32-x64-274739.msi
Pulishe=
r: Unkown Publisher
However, I click run, then I got another =
message:
Windows Installer
This installation pack=
age is not supported by this processor type.  Contact your product v=
endor.
 
 
So, which packag=
e should I download for my window?
 
 <=
/div>
Thanks


Jan Dubois <jand@ActiveSt=
ate.com>
wrote:
DING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">On Thu,=
1 Feb 2007 07:05:38 +0100, Kenneth Ölwing

wrote:

>>>> C:\program
>=
>>> files\activeperl-5.8.8.820-MSWin32-x64-274739\per\bin\perl.e =
xe is not a
>>>> valid win32 applicaton.
>
>x6=
4?

That indicates an ActivePerl build for 64 bit Windows. The MSI =
for that
version does not install on a 32 bit version Windows, even wh=
en you are
running on an x64 processor, but I guess the ZIP file insta=
ller doesn't
have that safeguard.

However, if you try to run a =
64 bit app on 32 bit Windows, then you'll
get a popup saying something=
like:

C:\Perl64\bin\perl.exe is not a valid Win32 application. >
The error in the first message of this thread comes from cmd.exe and=
is
displayed when the command cannot be found via the PATH.

Ch=
eers,
-Jan

_______________________________________________
A=
ctivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsub=
scribe:
http://listserv.ActiveState.com/mailman/mysubs

&#=
32;


Everyone is raving about vt=3D45083/*http://advision.webevents.yahoo.com/mailbeta">th e all-new Yah=
oo! Mail beta.

--0-514077942-1170359285=:38770--

--===============0470570710==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============0470570710==--

Re: Error installing activeperl

am 01.02.2007 22:32:07 von Jan Dubois

On Thu, 1 Feb 2007 11:48:05 -0800 (PST), cathy wang
wrote:

>Yes, You are right.
> I fould some reasons caused. When I finished download activeperl, clicking run. I got message:
>
>Internet Explorer - Security Warning
> The publisher could not be verified. Are you sure you want to run this software?
> Name: ActivePerl-5.8.8.820-MSWin32-x64-274739.msi
> Pulisher: Unkown Publisher
> However, I click run, then I got another message:
> Windows Installer
> This installation package is not supported by this processor type. Contact your product vendor.

This misleading error message comes from the MSI service. It is
actually *not* your processor type that isn't supported, but your
Windows version.

>
> So, which package should I download for my window?

ActivePerl-5.8.8.820-MSWin32-x86-274739.msi

The x86 version contains 32 bit ActivePerl and runs on both 32 and 64
bit Windows.

The x64 version for contains 64 bit ActivePerl and requires 64 bit
Windows running on an x64 (Intel or AMD) processor. It does not support
the Intel Itanium processors (IA64).

Cheers,
-Jan

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs